GET /Resource/BuiltInResource/

Gets the contents of the specified built-in resource.
 

Request

Method Request URI
GET /API/Resource/BuiltInResource/?resourceKind=value&tenantId=value&sessionId=value

URI Parameters

URI Parameter Description
resourceKind The kind of resource to get. See Dundas.BI.AppResources.BuiltInResourceKind for more details.
tenantId The optional tenant ID this resource is for.
sessionId The ID of the session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A System.String with the contents, or a status code indicating the problem.